internal/runtime/maps.Iter.entryIdx (field)

19 uses

	internal/runtime/maps (current package)
		table.go#L674: 	entryIdx uint64
		table.go#L757: 	it.entryIdx = 0
		table.go#L825: 		for ; it.entryIdx < abi.MapGroupSlots; it.entryIdx++ {
		table.go#L826: 			k := uintptr(it.entryIdx+it.entryOffset) % abi.MapGroupSlots
		table.go#L868: 			it.entryIdx++
		table.go#L946: 		if it.entryIdx > entryMask {
		table.go#L962: 		entryIdx := (it.entryIdx + it.entryOffset) & entryMask
		table.go#L1001: 			it.entryIdx++
		table.go#L1008: 		it.entryIdx++
		table.go#L1028: 		for it.entryIdx <= entryMask {
		table.go#L1029: 			entryIdx := (it.entryIdx + it.entryOffset) & entryMask
		table.go#L1055: 					it.entryIdx += abi.MapGroupSlots - uint64(slotIdx)
		table.go#L1060: 				it.entryIdx += uint64(i - slotIdx)
		table.go#L1061: 				if it.entryIdx > entryMask {
		table.go#L1097: 						it.entryIdx += abi.MapGroupSlots - uint64(slotIdx)
		table.go#L1103: 					it.entryIdx += uint64(i - slotIdx)
		table.go#L1122: 				it.entryIdx += abi.MapGroupSlots - uint64(slotIdx)
		table.go#L1126: 				it.entryIdx += uint64(i - slotIdx)